home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 September
/
Australian PC User - September 2003 (CD1).iso
/
magstuff
/
web
/
files
/
psp801ev.exe
/
Data1.cab
/
re.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2003-06-06
|
345 b
|
12 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.2)
'''Minimal "re" compatibility wrapper'''
engine = 'sre'
if engine == 'sre':
from sre import *
from sre import __all__
else:
from pre import *
from pre import __all__